Release 10.1A: OpenEdge Development:
ADM Reference
removeQuerySelection
Separates the Columns by SmartDataObject and passes columns and operators on to the appropriate SmartDataObjects. SmartBusinessObject version of this where-clause function.
Location: sbo.p Parameters:INPUT pcColumns AS CHARACTERComma-separated list of column names, qualified by their ObjectNames, that are the subject part of a phrase to be removed.
INPUT pcValues AS CHARACTERComma-separated list of the corresponding values.
INPUT pcOperators AS CHARACTERThe operator might be:
- A blank defaults to (EQ).
- A slash (/) is used to define an alternative string operator (EQ/BEGINS, and so on).
Returns: LOGICAL Notes: All columns must be qualified by their SmartDataObject ObjectName as TableName. This name is replaced with RowObject when the columns are passed on to the SmartDataObject.- A comma-separated list corresponding to columns and values lists.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |